projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9c35e
)
(vc-default-prettify-state-info): Fix formatting of an
author
Andreas Schwab
<schwab@suse.de>
Mon, 26 May 2008 12:08:23 +0000
(12:08 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 26 May 2008 12:08:23 +0000
(12:08 +0000)
unknown state.
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index d4ced9ceea36b1e8e9694e4cb81bc7aff52d27f1..fe4d01360b7a84bef86e4ff53ac0be3eb1bebc23 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2008-05-26 Andreas Schwab <schwab@suse.de>
+ * vc.el (vc-default-prettify-state-info): Fix formatting of an
+ unknown state.
+
* tar-mode.el (tar-summarize-buffer): Comment fix.
2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git
a/lisp/vc.el
b/lisp/vc.el
index f5e332cd782c3bb6f66fe9323beaf9b9f1ba52ad..ef4aa2b7a052ef3cbdb75c157590318fdd20eaad 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-2670,7
+2670,7
@@
to provide the `find-revision' operation instead."
((eq state 'ignored) "(ignored)")
((eq state 'unregistered) "(unregistered)")
((eq state 'unlocked-changes) "(stale)")
- (t (
concat "(unknown:" state ")"
))))
+ (t (
format "(unknown:%s)" state
))))
(buffer
(get-file-buffer file))
(modflag